3.5 – Splitter


3.5.0 – Learning Objectives

By the end of this notebook you should be able to:

  1. Recognize and algorithmically solve a splitter stream.
  2. Draw and label a splitter stream diagram properly.
  3. Make correct assumptions to solve.
  4. Perform a mass balance on a splitter stream.

3.5.1 – Introduction

Separation is essential in chemical processes, mainly for redirection of product streams to multiple reactors, mixing chambers or separators etc.

By the end of the section, you would be able to identify splitter streams and perform mass balances on them. Note that no energy balances are needed because the streams are only there to redirect mass.


3.5.2 – Splitter BFD

Figure 1.

Figure 1.

Figure 1. is the diagram for a splitter, in this case for a stream with toluene and nitrogen? A splitter is characterized with a single input, followed by 2 or more product streams ** all with the same composition as the feed stream.** These streams usually also have the same state of matter as the feed stream.

Noteworthy:

  • There is no mass/volumetric/molar flow rate for the fresh feed. In this case, we would need to assign a random value to it, such as 100kg/hr, or deduce it from the product flow streams.
  • Remember we need to convert the mass fractions to actual masses before we can add or subtract anything.
  • Not all splitter processes are split 50/50. Be careful not to make this assumption when dealing with unlabelled streams.

3.5.3 – Steps to solve

  1. If the input stream does not have a flow rate listed in the question or the diagram, assume a mass or volumetric flow rate of a random number, preferably a mass flow rate with a nice round number like 100 \(kg/h\).
  2. Draw and label the flow chart based on the question.
  3. Write expressions for the quantities requested in the problem statement. (e.g. \(m_3\) = \(m_{B3}\) + \(m_{T3}\), \(x_B\) = \(m_{B3}/m_3\)). The expressions should be written to help in solving for the missing parameters of the process.
  4. Convert all mixed units to one uniform units, such as converting all mass fractions into mass flow rates. In most cases, it would be converting all the units to masses.
  5. Do the algebra.

Solution (To figure 1.)

  1. Write out the mass balance and find the total flow rates in each stream. (remember: Accumulation = Input + Generation - Output - Consumption. The following mass balance was derived by rearranging to get Input = Output).

    \[x_{Total \space Stream} = m_{stream \space a} + m_{stream \space b}\]
    \[x_{Total \space Stream} = 100 \space \frac{kg}{hr} + 50 \space \frac{kg}{hr} = 150 \space \frac{kg}{hr}\]
  2. Now that we know the total flow rates in each stream, we can use the mass fractions to find the flow rates of each component in the product stream.

Toluene and nitrogen in each stream

  • Fresh feed

    \[Fresh \space feed_{Toluene} = 150 \frac{kg}{hr} \times 0.51 = 76.5 \frac{kg}{hr}\]
\[Fresh \space feed_{Nitrogen} = 150 \frac{kg}{hr} \times 0.49 = 73.5\frac{kg}{hr}\]
  • Stream A

    \[Fresh \space feed_{Toluene} = 100 \frac{kg}{hr} \times 0.51 = 51 \frac{kg}{hr}\]
\[Fresh \space feed_{Nitrogen} = 100 \frac{kg}{hr} \times 0.49 = 49 \frac{kg}{hr}\]
  • Stream B (Since we know the make up of the other streams, we can just subtract)

    \[Fresh \space feed_{Toluene} = 76.5 \frac{kg}{hr} - 51 \frac{kg}{hr} = 25.5 \frac{kg}{hr}\]
\[Fresh \space feed_{Nitrogen} = 73.5 \frac{kg}{hr} - 49 \frac{kg}{hr} = 24.5 \frac{kg}{hr}\]
In [ ]: